Method: NewRelic::Agent::Configuration::Manager#[]
- Defined in:
- lib/new_relic/agent/configuration/manager.rb
permalink #[](key) ⇒ Object
Defining these explicitly saves object allocations that we incur if we use Forwardable and def_delegators.
22 23 24 |
# File 'lib/new_relic/agent/configuration/manager.rb', line 22 def [](key) @cache[key] end |